os.File.write (method)

2 uses

	os (current package)
		file.go#L183: 	n, e := f.write(b)
		file_posix.go#L45: func (f *File) write(b []byte) (n int, err error) {